services.gitlab-runner.services.<name>.dockerAllowedImages

Whitelist allowed images.

Type
list of string
Default
[ ]
Example
[
  "ruby:*"
  "python:*"
  "php:*"
  "my.registry.tld:5000/*:*"
]
Declared
<nixpkgs/nixos/modules/services/continuous-integration/gitlab-runner/runner.nix>